home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / citesidx / README < prev   
Text File  |  1993-02-23  |  2KB  |  52 lines

  1. CITESIDX
  2.  
  3. (Based on fancycites.sty and windex.tex)
  4. Author: Frank Buchholz, Dortmund, Germany, Dec. 1992
  5. email:  buchholz@lusty.informatik.uni-dortmund.de
  6.  
  7. Main purpose:
  8.     Add reference-page-list to bibliography-items.
  9.     This is done by using the index-facility.
  10.  
  11.     Am Ende der Literaturangaben wird jeweils eine Liste der Seiten 
  12.     angef"ugt, auf denen zitiert wird. Diese Liste wird, ebenso wie der 
  13.     Index, mit dem Programm "makeindex" erstellt. Daf"ur ben"otigt 
  14.     "makeindex" die Datei "citesidx.isty".
  15.  
  16. Files: 
  17.     README        This file
  18.     CITESIDX.STY     Style-File used by LaTeX
  19.     CITESIDX.ISTY    Style-file used by 'makeindex'. Every char-group 
  20.             ( A, B, C, ... ) is started with a header.
  21.             If your makeindex-programm doesn't understand this, 
  22.             use the following file instead.
  23.     CITESIDX1.ISTY    Style-file used by 'makeindex'
  24.  
  25. Documentation:
  26.     see CITESIDX.STY
  27.  
  28. Usage:
  29.     latex <file>
  30.     bibtex <file>        % if neccesary
  31.     makeindex -s makeindex.isty <file>
  32.     latex <file>
  33.     latex <file>
  34.  
  35. Why use file CITESIDX.ISTY?
  36.     The program "makeindex" has to write entries like the following
  37.         \item \indexciteitem{<key>}{<pageno-list>}
  38.     into the *.ind-file if it recognizes entries like 
  39.         \indexentry{<key>@\indexciteitem{<key>}}{<pageno>}
  40.     in the *.idx-file. The latter entries are produced by the 
  41.     \cites-commands.
  42.  
  43.     Notice that the pageno-list is enclosed in brackets, because
  44.     the command \indexciteitem takes two parameters.
  45.  
  46. Hint:
  47.     If you change file "makeindex.isty" to get an other index-layout or 
  48.     if you like to use an other program than "makeindex" to produce the 
  49.     file <name>.ind, take care that the page-list have to be enclosed in 
  50.     brackets.
  51.  
  52.